home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / mail / ADMail.lha / ADMail.history < prev    next >
Text File  |  1995-08-31  |  8KB  |  213 lines

  1. ADMail - REVISION HISTORY
  2.  
  3. BF = Bug fix, M = Modification
  4.  
  5. Changes from 1.5 to 1.5bf
  6. -------------------------
  7.  
  8. BF  If you replied to a message, then replied to the same message again,
  9.     the To: field would not be filled in the second time. This is now
  10.     fixed.
  11.  
  12. BF  When saving the received file, ADMail would save each message twice. This
  13.     has been fixed.
  14.  
  15. M   Added ShowSigs config option.
  16.  
  17. M   ADMail now reloads the configuration after editing.
  18.  
  19. BF  When UUdecoding files, ADMail would not delete its temporary file. This
  20.     is now fixed.
  21.  
  22. BF  If TABs were present in the configuration file, those options
  23.     containing TABs would be ignored. This is now fixed. (Grr. Compilers.)
  24.  
  25. Changes from 1.04 to 1.5
  26. ------------------------
  27.  
  28. BF  Since adding the mailbox size to the display, occasionally things could
  29.     go wrong when switching mailboxes (if the first mailbox was saved).
  30.     This is now fixed.
  31.  
  32. M   I've written some new file reading routines, and as a result almost every
  33.     file-related function should be faster. This improvement is most noticable
  34.     when scanning mailboxes - on my system, ADMail now scans a 187K mailbox with
  35.     74 messages in it (mine) in under 4 seconds. The new system means less
  36.     disk accessing, so less chance of "thrashing" when another task is also
  37.     accessing the drive.
  38.  
  39. M   Alias list operation made more logical - pressing Escape or using the
  40.     close gadget now cancels the operation. A new item is automatically
  41.     added to the list to allow for mailing to someone not on the list.
  42.  
  43. M   The button bank is now configurable! Any function that's in the menus
  44.     can now also be on the button bank.
  45.  
  46. M   Added base config file option.
  47.  
  48. M   Added BaseDir base directory option, and changed default directory paths
  49.     to use the base directory.
  50.  
  51. M   Added UseUUConfig option.
  52.  
  53. M   Version numbering scheme is now properly style-guide compliant, i.e.
  54.     This is version 1, revision 5, so it's now v1.5 instead of v1.05.
  55.  
  56. M   Localised dates implemented - now the date display on the message
  57.     window should be correct, no matter what country you're in.
  58.  
  59. M   Added PubScreenName option to allow ADMail to open on a named public
  60.     screen.
  61.  
  62. BF  ADMail wouldn't save mailboxes properly under MuFS. This should now be
  63.     fixed.
  64.  
  65. BF  Plugged some memory leaks.
  66.  
  67. BF  Fixed a small problem with extracting real names from From: headers.
  68.  
  69. BF  I think I've fixed the problem which sometimes caused ADMail to Guru
  70.     violently on exit.
  71.  
  72. BF  Fixed a problem with the font routines - ADMail should now only fall back
  73.     to topaz 8 when utterly unavoidable.
  74.  
  75. M   Added sorting to the mailboxes - now sortable by Name, Date, and
  76.     Subject.
  77.  
  78. Changes from 1.03 to 1.04
  79. -------------------------
  80.  
  81. BF  I accidentally left some debug code in, which may have resulted in
  82.     the no. of columns in your window being displayed every time a message
  83.     was displayed. This is now removed :)
  84.  
  85. BF  If you attempted to open an empty mailbox, and then attempted to open
  86.     another one, ADMail could sometimes attempt to save changes to the
  87.     empty one and hang. This is now fixed.
  88.  
  89. M   "Save message" now saves the headers along with the message.
  90.  
  91. M   Added "SaveDir" config option.
  92.  
  93. M   The mailbox select window now displays the size of each mailbox.
  94.  
  95. BF  Header handling improved - ADMail should now work with all flavours
  96.     of mailbox.
  97.  
  98. M   Added mail alias capability.
  99.  
  100. M   ADMail no longer requires the environment variable HOME.
  101.  
  102. Changes from 1.02 to 1.03
  103. -------------------------
  104.  
  105. BF  Sending mail using the command-line options would cause Enforcer hits.
  106.     Fixed.
  107.  
  108. M   Added "Copy to Received" function.
  109.  
  110. BF  The left/right cursor keys wouldn't work unless a message was
  111.     displayed. Fixed.
  112.  
  113. BF  Fixed bug with command-line where the config file would be read from
  114.     $HOME regardless of whether the USER option was used or not.
  115.  
  116. M   Added CONFIG command line option.
  117.  
  118. BF  If an internal variable had as its contents the name of that variable
  119.     (e.g. $NAME containing "$NAME"), then when it was used, ADMail would
  120.     go into an infinite recursion and eventually fail. This is now fixed.
  121.  
  122. BF  Removed a couple more Enforcer hits.
  123.  
  124. M   Added "TransferToReceived" option.
  125.  
  126. M   Documentation now in AmigaGuide(TM) form only.
  127.  
  128. Changes from 1.01 to 1.02
  129. -------------------------
  130.  
  131. BF  MIME messages of content-type text were not recognised as being text/plain,
  132.     which is the default. As a result, metamail was being called for these
  133.     messages.
  134.     This is now fixed.
  135.  
  136. BF  The date field in the In-Reply-To: headers produced by ADMail was
  137.     non-existant. This has been fixed.
  138.  
  139. M   Added "Edit" button to send-off requesters - now, if you quit your editor
  140.     by mistake, you can re-edit the message before sending it.
  141.  
  142. M   Message list window is now brought to the front when a mailbox is
  143.     selected for loading - this should make life easier for people with
  144.     restricted screen space. The selection window is brought to the front
  145.     and activated when a new mailbox is to be selected.
  146.  
  147. M   Command-line options added.
  148.  
  149. BF  A bug in the IncludeFrom option caused the address part of the created
  150.     line to be incorrect. This is now fixed.
  151.  
  152. M   Decoding of currently selected message now available - UUDecode config
  153.     file option added.
  154.  
  155. M   When saving a message with the name of a file that already exists, you
  156.     are now given the option of appending to this file rather than
  157.     overwriting it.
  158.  
  159.  
  160. Changes from 1.00 to 1.01
  161. -------------------------
  162.  
  163. BF  Loads of Enforcer hits removed.
  164.  
  165. M   Variables now read from the local, as well as the global, environment.
  166.     If they are not present in the environment, they are read from UULIB:Config
  167.     or S:UUConfig.
  168.  
  169. M   Some mailers produce variations on the Message-ID: header with different
  170.     cases (Message-Id:, Message-id:, etc). All these are now catered for.
  171.     ADMail itself produces the form "Message-Id:" as this seems to be the most
  172.     common.
  173.  
  174. BF  CTRL-C handler fixed. Now CTRL-C should never kill it, ever.
  175.  
  176. BF  Window sizing bug fixed. Windows should now be openable to the limits of
  177.     your screen. At the same time, the gadgets in all of the windows now
  178.     all resize/reposition correctly.
  179.  
  180. M   Added SigFile and SigDashes config options.
  181.  
  182. M   New date handling - different software produces different Date: headers.
  183.     ADMail now converts these into a standard format. As a result, the Date
  184.     field in the message window always looks right, and the $DATE variable has
  185.     been split into $DATE and $TIME (without the timezone specifier).
  186.  
  187. M   Group replies implemented - if you are sent a message with more than one
  188.     address on the To: line, and you reply to it, all the addresses from the
  189.     To: line other than your own will be copied to the new To: line, along with
  190.     that of the person who sent the original message.
  191.  
  192. M   MIME support - ADMail itself displays text/plain messages of subtypes
  193.     us-ascii and the nine ISO-8859 types, provided they're encoded with 7bit,
  194.     8bit, binary, or quoted-printable.
  195.     For all other types, including multipart messages of *any type*, Metamail is
  196.     called.
  197.     Sending of MIME messages is not yet supported.
  198.  
  199. M   Added key-control of the mailbox select window.
  200.  
  201. M   Added custom header capability.
  202.  
  203. BF  If your mailbox didn't have a blank line between each message, ADMail
  204.     wouldn't read the messages correctly, and you'd get the last few lines of a
  205.     message appearing at the top of the next one. This manifests itself, I
  206.     believe, when transferring a mailbox from a different mailer, e.g. Elm.
  207.     Anyway, I've fixed it.
  208.  
  209. M   ADMail's windows are now disabled while certain functions (including the
  210.     editor and sendmail external commands) are being executed. This should reduce
  211.     the likelihood of button presses etc. being stacked up during these times.
  212.  
  213.